home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / cset.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.7 KB  |  75 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : CHARACTER_SET
  3. -- VERSION           : 2.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : vax135!petsd!joe@BERKELEY.ARPA
  6. -- AUTHOR            : Joseph M. Orost
  7. --                   : Concurrent Computer Corporation
  8. --                   : 106 Apple Street
  9. --                   : Tinton Falls, NJ 07724
  10. -- COPYRIGHT         : 
  11. -- DATE CREATED      : 15 Feb 85
  12. -- DATE RELEASED     : 15 Feb 85
  13. -- DATE LAST UPDATED : 12 Mar 87
  14. -- LOCATION          : C2MUG
  15. -- LOCATION          : ASR
  16. -- ENVIRONMENT       : CCUR 3200MPS, C3ADA R00-01/BETA
  17. --= CLASSIFICATION       ===============================================--
  18. -- CATEGORY LEVEL 1  : COMPONENTS
  19. -- CATEGORY LEVEL 2  : Character Set
  20. -- CATEGORY LEVEL 3  : 
  21. -- CATEGORY LEVEL 4  : 
  22. -- KEYWORD           : character
  23. -- KEYWORD           : character set
  24. -- INDEX             : Character
  25. -- INDEX             : Character Set
  26. -- INDEX             : Set, Character
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : 
  30. --= FILE LISTING         ===============================================--
  31. -- FILE SPECS        : PD:<ADA.COMPONENTS>CSET.*
  32. -- DIRECTORY DISPLAY :
  33. -- Directory   PD:<ADA.COMPONENTS>
  34. --      File Name     Byte Count  Line Count
  35. --   ---------------  ----------  ----------
  36. --   CSET.PRO               3582          66
  37. --   CSET.SRC              16764         470
  38. --   ===============  ==========  ==========
  39. --     2 Files             20346         536
  40. --= ABSTRACT             ===============================================--
  41. --         CHARACTER_SET  provides  a  number  of  test  routines   which
  42. -- determine  if  a  given  character  falls  into  a particular class of
  43. -- characters.  See the visible section for details.   It  also  provides
  44. -- routines  for  character  and  string letter case conversion (to lower
  45. -- case, to upper case) and for naming control characters.
  46. --= REVISION HISTORY     ===============================================--
  47. --
  48. -- DATE         VERSION AUTHOR               HISTORY
  49. -- 2/15/85      1.0     Richard Conn         Initial Release
  50. -- 2/25/85      1.1     Richard Conn         Cosmetic, Readability Changes
  51. -- 3/12/87      2.0     Joseph M. Orost      Rewrite for better performance.
  52. --                                           Replaced functions with arrays.
  53. --                                           Source compatible unless
  54. --                                           named notation was used for
  55. --                                           function calls:
  56. --                                           IS_LOWER(CH => C) no longer works,
  57. --                                           but IS_LOWER(C) is OK.
  58. --= RELEASE NOTICE       ===============================================--
  59. -- This software is released to the Ada community.
  60. -- This software is released to the Public Domain (note:
  61. --   software released to the Public Domain is not subject
  62. --   to copyright protection).
  63. -- Restrictions on use or distribution:  NONE
  64. --= DISCLAIMER           ===============================================--
  65. --     This software and its documentation are provided "AS IS" and
  66. -- without any expressed or implied warranties whatsoever.  No warranties
  67. -- as to performance, merchantability, or fitness for a particular
  68. -- purpose exist.
  69. --     The user is advised to test the software thoroughly before
  70. -- relying on it.  The user must assume the entire risk and liability of
  71. -- using this software.  In no event shall any person or organization of
  72. -- people be held responsible for any direct, indirect, consequential or
  73. -- inconsequential damages or lost profits.
  74. --======================================================================--
  75.